home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / vbnetroundrectbridge.h < prev    next >
Encoding:
C/C++ Source or Header  |  2004-01-15  |  1005 b   |  23 lines

  1. // The following ifdef block is the standard way of creating macros which make exporting 
  2. // from a DLL simpler. All files within this DLL are compiled with the VBNETROUNDRECTBRIDGE_EXPORTS
  3. // symbol defined on the command line. this symbol should not be defined on any project
  4. // that uses this DLL. This way any other project whose source files include this file see 
  5. // VBNETROUNDRECTBRIDGE_API functions as being imported from a DLL, whereas this DLL sees symbols
  6. // defined with this macro as being exported.
  7. #ifdef VBNETROUNDRECTBRIDGE_EXPORTS
  8. #define VBNETROUNDRECTBRIDGE_API __declspec(dllexport)
  9. #else
  10. #define VBNETROUNDRECTBRIDGE_API __declspec(dllimport)
  11. #endif
  12.  
  13. // This class is exported from the VBNetRoundRectBridge.dll
  14. class VBNETROUNDRECTBRIDGE_API CVBNetRoundRectBridge {
  15. public:
  16.     CVBNetRoundRectBridge(void);
  17.     // TODO: add your methods here.
  18. };
  19.  
  20. extern VBNETROUNDRECTBRIDGE_API int nVBNetRoundRectBridge;
  21.  
  22. VBNETROUNDRECTBRIDGE_API int fnVBNetRoundRectBridge(void);
  23.